Handles the request to configure a select data command suitable for the underlying relational data store.

Name Description
OnConfigureSelectCommand(TDataCommand, GroupBy) Handles the request to configure a select data command suitable for the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, GroupBy, OrderBy) Handles the request to configure a select data command suitable for the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, GroupBy, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, Where, GroupBy) Handles the request to configure a select data command suitable for the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, Where, GroupBy, OrderBy) Handles the request to configure a select data command suitable for the underlying relational data store.
OnConfigureSelectCommand(TDataCommand, Where, GroupBy, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store.